title Apply For Job

participant Jobseeker
participant System
participant Company



entryspacing 1.2
Jobseeker->System: ِApplyForJob(job_id, jobseeker_id)

Jobseeker<--System: job applied successfully
System->Company: sendNotification()


